NGenericINIterableDataTable<T> Class Properties
In This Topic
For a list of all members of this type, see NGenericINIterableDataTable<T> members.
Public Properties
| | Name | Description |
 | CanAddRow | Overridden. Determines whether the data table supports the AddRow operation This implementation returns false, since objects cannot be added to INIterable. |
 | CanInsertRow | Overridden. Determines whether the data table supports the InsertRow operation This implementation returns false, since objects cannot be inserted in INIterable. |
 | CanRemoveRow | Overridden. Determines whether the data table supports the RemoveRow operation. This implementation returns false, since objects cannot be removed from INIterable. |
Top
See Also